home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / mac / PageMaker 6.5 SDK Mac / SourceCode / PageMakerClassLibrary / Queries / PGetTextWrap.h < prev    next >
C/C++ Source or Header  |  1996-08-15  |  602b  |  32 lines

  1. /*
  2.  *--- PGetTextWrap.h ------------------------------------------------------
  3.  * Copyright (c) 1995-96 Adobe Systems Incorporated.  All rights reserved.
  4.  * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
  5.  *
  6.  * Description:
  7.  *-------------------------------------------------------------------------
  8.  */
  9. #ifndef __PGetTextWrap__
  10. #define __PGetTextWrap__
  11.  
  12.  
  13. class PGetTextWrap
  14. {
  15.  
  16. public:
  17.  
  18.     PGetTextWrap();
  19.     
  20.     short    cWrapOption;
  21.     short    cTextFlow;
  22.     long    xLeftSO;
  23.     long    yTopSO;
  24.     long    xRightSO;
  25.     long    yBottomSO;
  26.     short    cLayerWrap;
  27. };
  28.  
  29. #endif
  30.  
  31. // end of PGetTextWrap.h
  32.